Skip Navigation Links.

H5Memory..::..Set<(Of <(<'Type>)>)> Method (H5Array<(Of <(<'Type>)>)>, )

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
<CLSCompliantAttribute(False)> _
Public Sub Set(Of Type) ( _
	theArray As H5Array(Of Type), _
	nElements As UIntPtr _
)
C#
[CLSCompliantAttribute(false)]
public void Set<Type>(
	H5Array<Type> theArray,
	UIntPtr nElements
)
Visual C++
[CLSCompliantAttribute(false)]
public:
generic<typename Type>
void Set(
	H5Array<Type>^ theArray, 
	UIntPtr nElements
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

theArray
Type: HDF5DotNet..::..H5Array<(Of <(<'Type>)>)>
nElements
Type: UIntPtr

Type Parameters

Type

See Also